Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / Application-Defined Functions
/


MyStandardOutput

Sends text to output. This is how you would define your output function if you were to name it MyStandardOutput:

void MyStandardOutput (
                     JMSessionRef session,
                     const char* message, 
                     UInt32 messageLen);
session
The session sending the text.
message
The text to display.
messageLen
The length of the text.
DISCUSSION
When invoking the Java runtime environment using JMOpenSession, you must designate a callback function to display any console output received from the session.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997